home *** CD-ROM | disk | FTP | other *** search
- on findCD theFileName
- global gTheCDPath
- repeat with i = 66 to 90
- set drive to numToChar(i)
- set thisPath to string(drive & ":\" & theFileName)
- set myFile to FileIO(mnew, "read", thisPath)
- if objectp(myFile) then
- myFile(mdispose)
- return drive & ":\"
- exit
- end if
- end repeat
- alert("Please be sure the Voodoo Lounge Demo CD is in your CD drive.")
- end
-